crypto/tls.Conn.write (method)

2 uses

	crypto/tls (current package)
		conn.go#L938: func (c *Conn) write(data []byte) (int, error) {
		conn.go#L1025: 		if _, err := c.write(outBuf); err != nil {